home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_05 / gilhooly / winjes.rc < prev    next >
Text File  |  1995-04-09  |  3KB  |  94 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13.  
  14. /////////////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16.  
  17. #ifdef APSTUDIO_INVOKED
  18. //////////////////////////////////////////////////////////////////////////////
  19. //
  20. // TEXTINCLUDE
  21. //
  22.  
  23. 1 TEXTINCLUDE DISCARDABLE 
  24. BEGIN
  25.     "resource.h\0"
  26. END
  27.  
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  31.     "#include ""windows.h""\r\n"
  32.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  33.     "\0"
  34. END
  35.  
  36. 3 TEXTINCLUDE DISCARDABLE 
  37. BEGIN
  38.     "\r\n"
  39.     "\0"
  40. END
  41.  
  42. /////////////////////////////////////////////////////////////////////////////////////
  43. #endif    // APSTUDIO_INVOKED
  44.  
  45.  
  46. //////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Icon
  49. //
  50.  
  51. TELLME                  ICON    DISCARDABLE     "TELLME.ICO"
  52.  
  53. //////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Dialog
  56. //
  57.  
  58. COMMAND DIALOG DISCARDABLE  0, 0, 206, 78
  59. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  60. CAPTION "WinJES"
  61. FONT 8, "MS Sans Serif"
  62. BEGIN
  63.     DEFPUSHBUTTON   "&Submit",IDOK,5,60,50,14
  64.     PUSHBUTTON      "Cancel",IDCANCEL,65,60,50,14
  65.     LTEXT           "Host Name:",IDC_STATIC,5,10,45,9
  66.     EDITTEXT        IDC_HOST,55,10,65,14,ES_AUTOHSCROLL
  67.     LTEXT           "Command:",IDC_STATIC,5,30,40,10
  68.     EDITTEXT        IDC_COMMAND,56,30,144,14,ES_AUTOHSCROLL
  69. END
  70.  
  71. ABOUT DIALOG DISCARDABLE  0, 0, 206, 63
  72. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  73. CAPTION "About WinJES"
  74. FONT 8, "MS Sans Serif"
  75. BEGIN
  76.     DEFPUSHBUTTON   "OK",IDOK,150,5,50,14
  77.     PUSHBUTTON      "Cancel",IDCANCEL,150,22,50,14
  78.     LTEXT           "WinJES executes programs on remote machines. It uses WinSockets as a transport mechanism. This program is both the WinJES server which accepts requests, and a WinJES client which generates requests to remote machines.",
  79.                     IDC_STATIC,6,6,134,49
  80. END
  81.  
  82.  
  83. #ifndef APSTUDIO_INVOKED
  84. ////////////////////////////////////////////////////////////////////////////////
  85. //
  86. // Generated from the TEXTINCLUDE 3 resource.
  87. //
  88.  
  89.  
  90. /////////////////////////////////////////////////////////////////////////////////////
  91. #endif    // not APSTUDIO_INVOKED
  92.  
  93.  
  94.